home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TCAPTFORM / TCAPTFORM.txt
Encoding:
Text File  |  2004-01-13  |  1.6 KB  |  89 lines

  1. object CaptForm: TCaptForm
  2.   Left = 310
  3.   Top = 236
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Texty popisk∩┐╜ grafu'
  7.   ClientHeight = 197
  8.   ClientWidth = 364
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ZahlaviLabel: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 39
  25.     Height = 13
  26.     Caption = '&Z∩┐╜hlav∩┐╜:'
  27.     FocusControl = ZahlaviEdit
  28.   end
  29.   object OsaXLabel: TLabel
  30.     Left = 40
  31.     Top = 64
  32.     Width = 30
  33.     Height = 13
  34.     Caption = '&Osa x:'
  35.     FocusControl = OsaXEdit
  36.   end
  37.   object OsaYLabel: TLabel
  38.     Left = 40
  39.     Top = 112
  40.     Width = 30
  41.     Height = 13
  42.     Caption = 'O&sa y:'
  43.     FocusControl = OsaYEdit
  44.   end
  45.   object ZahlaviEdit: TEdit
  46.     Left = 8
  47.     Top = 32
  48.     Width = 345
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object OsaXEdit: TEdit
  53.     Left = 40
  54.     Top = 80
  55.     Width = 313
  56.     Height = 21
  57.     TabOrder = 1
  58.   end
  59.   object OsaYEdit: TEdit
  60.     Left = 40
  61.     Top = 128
  62.     Width = 313
  63.     Height = 21
  64.     TabOrder = 2
  65.   end
  66.   object OkButton: TButton
  67.     Left = 190
  68.     Top = 164
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 3
  75.     OnClick = OkButtonClick
  76.   end
  77.   object StornoButton: TButton
  78.     Left = 280
  79.     Top = 164
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = '&Storno'
  84.     ModalResult = 2
  85.     TabOrder = 4
  86.     OnClick = StornoButtonClick
  87.   end
  88. end
  89.